home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00032.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  211 b   |  12 lines

  1. on StartSOHO
  2.   global phase
  3.   set MainPath to the moviePath
  4.   if the machineType = 256 then
  5.     set movi to MainPath & "main"
  6.   else
  7.     set movi to MainPath & "main"
  8.   end if
  9.   set phase to 1
  10.   go(1, movi)
  11. end
  12.